OpenRoads Designer CONNECT Edition SDK Help

CreateTangentParabola(ProfileElement, DPoint3d, DPoint3d) Method

Constructs a profile parabola tangent to a profile element.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  ProfileParabola CreateTangentParabola( ProfileElement elmt, DPoint3d summitPoint, DPoint3d limitPoint)

Parameters

SettingDescription
  ProfileElement The profile element which the created profile parabola is tangent to.
  DPoint3d The through passing point of the parabola
  DPoint3d The limited point to project with vertical projection on the parabola to obtain the end point of the parabola

Return Value

ProfileParabola The profile parabola tangent element

See Also